Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps] Update openwisp-utils[qa] requirement from ~=1.1.0 to ~=1.1.1 #164

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Updates the requirements on openwisp-utils[qa] to permit the latest version.

Release notes

Sourced from openwisp-utils[qa]'s releases.

1.1.1 [2024-11-20]

  • [fix:ui] Added CSS for djang-allauth forms submit button.
  • [fix:docs] Updated links to django documentation and other minor improvements to the docuemntation.
Changelog

Sourced from openwisp-utils[qa]'s changelog.

Version 1.1.1 [2024-11-20]

  • [fix:ui] Added CSS for djang-allauth forms submit button.
  • [fix:docs] Updated links to django documentation and other minor improvements to the docuemntation.

Version 1.1.0 [2024-08-16]

Features


- Added quick link button to the dashboard chart and introduced option to
  filter queryset.
- Added the option to add dashboard templates after charts.
- Added `retryable_request
  <https://openwisp.io/docs/stable/utils/developer/other-utilities.html#openwisp-utils-utils-retryable-request>`_
  utility function for making HTTP requests with built-in retry logic.
- Added `AutocompleteFilter
  <https://openwisp.io/docs/stable/utils/developer/admin-utilities.html#openwisp-utils-admin-theme-filters-autocompletefilter>`_
  to load filter data asynchronously.
- Added `fallback fields
  <https://openwisp.io/docs/stable/utils/developer/custom-fields.html#openwisp-utils-fields-fallbackbooleanchoicefield>`_
  which returns the fallback value when the field is set to ``None``.
- Added `CopyableFieldsAdmin
  <https://openwisp.io/docs/stable/utils/developer/admin-utilities.html#openwisp-utils-admin-copyablefieldsadmin>`_
  which allows to set admin fields to be read-only and makes it easy to
  copy the fields contents.
- Added the `SeleniumTestMixin
  <https://openwisp.io/docs/stable/utils/developer/test-utilities.html#openwisp-utils-tests-assertnumqueriessubtestmixin>`_
  for streamlined Selenium testing.
- Added the `openwisp_utils.db.backends.spatialite
  <https://openwisp.io/docs/stable/utils/developer/admin-utilities.html#openwisp-utils-admin-copyablefieldsadmin>`_
  database backend to implement a workaround for handling `issue with
  sqlite 3.36 and spatialite 5
  <https://code.djangoproject.com/ticket/32935>`_.
- Added a page to display installed OpenWISP modules and system
  information.
- Added an optional feature for `collecting usage metrics
  <https://openwisp.io/docs/stable/utils/user/metric-collection.html>`_,
  utilizing `Clean Insights <https://cleaninsights.org/>`_.

Changes


- Allowed passing extra arguments to the Django ``send_email`` function,
  providing more flexibility in email handling.
- Replaced the ReStructuredText check with ``docstrfmt``, improving
  documentation formatting and validation.
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/ba0acf3c52c549133120102a018da09cc72601a2&quot;&gt;&lt;code&gt;ba0acf3&lt;/code&gt;&lt;/a> 1.1.1 release</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/618b223d7f6310e1834bd7825a2a1240f2fc59b6&quot;&gt;&lt;code&gt;618b223&lt;/code&gt;&lt;/a> [ci] Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.11.0</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/e8ec441cdca7a1dbc43818ffed74e40e8d2df12d&quot;&gt;&lt;code&gt;e8ec441&lt;/code&gt;&lt;/a> [docs] Added FUNDING.yml</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/07cff29cb9097e034f7d1ccfb303814dfc631c80&quot;&gt;&lt;code&gt;07cff29&lt;/code&gt;&lt;/a> [docs] Updated links to django docs</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/e4e0ac139022487721ad778f51a0eff4cd9d1ec5&quot;&gt;&lt;code&gt;e4e0ac1&lt;/code&gt;&lt;/a> [docs] Minor fixes</li>
<li><a href="https://github.com/openwisp/openwisp-utils/commit/14578495c9be77dbb963ef97a7c06387cc12df83&quot;&gt;&lt;code&gt;1457849&lt;/code&gt;&lt;/a> [chores] Added CSS for djang-allauth forms submit button</li>
<li>See full diff in <a href="https://github.com/openwisp/openwisp-utils/compare/1.1.0...1.1.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 1, 2024
@coveralls
Copy link

coveralls commented Dec 1, 2024

Coverage Status

coverage: 99.572%. remained the same
when pulling 88e06fd on dependabot/pip/openwisp-utils-qa--approx-eq-1.1.1
into 4baeb32 on master.

Updates the requirements on [openwisp-utils[qa]](https://github.com/openwisp/openwisp-utils) to permit the latest version.
- [Release notes](https://github.com/openwisp/openwisp-utils/releases)
- [Changelog](https://github.com/openwisp/openwisp-utils/blob/master/CHANGES.rst)
- [Commits](openwisp/openwisp-utils@1.1.0...1.1.1)

---
updated-dependencies:
- dependency-name: openwisp-utils[qa]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/openwisp-utils-qa--approx-eq-1.1.1 branch from 4f01573 to 88e06fd Compare December 4, 2024 21:52
@nemesifier nemesifier merged commit cdb50a1 into master Dec 4, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/pip/openwisp-utils-qa--approx-eq-1.1.1 branch December 4, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants